home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
ai
/
neural22
/
slug3.inc
< prev
next >
Wrap
Text File
|
1994-01-18
|
2KB
|
90 lines
{Include file for neural net dialogwindow app}
const
{Command ID's for menu}
cm_filenew = 105;
cm_fileopen = 110;
cm_filesave = 115;
cm_filesaveas = 120;
cm_fileexit = 125;
cm_netedit = 130;
cm_trainedit = 132;
cm_datain = 140;
cm_dataout = 145;
cm_settransfer = 133;
cm_train = 150;
cm_run = 155;
cm_display = 160;
cm_slughelp = 102;
cm_about = 101;
{ ID's for edit controls (in Allin dialog) containing
things specified by user }
ed_usermomen = 301;
ed_userlearn = 300;
ed_usermaxerr = 303;
ed_usermaxiter = 304;
ed_userdatafile = 401;
ed_userlogfile = 402;
ed_netname = 420;
id_incount = 600;
id_hiddencount = 610;
id_outcount = 615;
{ ID's for edit controls containing
info provided by the Allin Dialog }
ed_infolearn = 409;
ed_infomomen = 404;
ed_infocount = 406;
ed_infoerror = 408;
{ ID's for buttons in Allin dialog...}
id_shake = 202;
id_savenet = 203;
id_readnet = 204;
id_iterstop = 205;
id_dataopen = 212;
id_dataclose = 213;
id_logopen = 209;
id_logclose = 211;
{ Other stuff..}
id_status = 210;
id_train = 207;
id_trainparams = 214;
id_append = 215;
id_offset = 104;
id_icon = 651;
{ID's for Netspec dialog}
id_netspecin = 201;
id_netspecout = 202;
id_netspechidden= 203;
id_netspecclear = 205;
{transfer function dialog}
id_tanh = 103;
id_sigmoid = 104;
id_linear = 105;
id_hidden = 106;
id_output = 107;
id_hiddentanh = 103;
id_hiddensigmoid = 104;
id_hiddenlinear = 105;
id_outputtanh = 203;
id_outputsigmoid = 204;
id_outputlinear = 205;
id_settransfer = 216;
id_reset = 201;
id_random = 217;
id_dataedit = 218;
id_logedit = 219;
ed_userepoch = 302;